home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / modem / tspfon30.zip / PCAT.BAT < prev    next >
DOS Batch File  |  1996-04-21  |  2KB  |  53 lines

  1. echo off
  2. rem PCAT.BAT
  3. rem
  4. rem                  Osborne 06AT harddisk version
  5. rem                       by Prof. Timo Salmi
  6. rem
  7. rem      P.O. BOX 700, University of Vaasa, FIN-65101 Vaasa, Finland
  8. rem
  9. rem  The purpose of this batch is to load a memory resident Scandinavian
  10. rem  keyboard driver for the duration of using Procomm Plus. To use this
  11. rem  batch you need
  12. rem    1) Procomm Plus in a suitable directory (here C:\TELEC\PCPLUS)
  13. rem    2) PUSHDIR.COM and POPDIR.COM from CPCUG.ARC in C:\TOOLS
  14. rem       (e.g. 7H.COM or FINFONT.COM or 7DOS.COM etc)
  15. rem    3) A Scandinavian keyboard driver in C:\TOOLS
  16. rem    4) A system for managing memory resident programs in C:\TOOLS
  17. rem       (here MARK.COM and RELEASE.EXE from TSR25.ARC)
  18. rem
  19. rem  You should have the following entries in an active translation table
  20. rem  in Procomm Plus: 91:142 92:153 93:143 123:132 124:148 125:134
  21. rem  The translation table is invoked by Alt-W in Procomm Plus.
  22. rem
  23. rem  If you are going to upload messages, you should first convert the
  24. rem  Scandinavian characters of the message as follows å} ä{ ö: Å] Ä[ Ö\
  25. rem  This is easily done with any good editor or TOASC.EXE from
  26. rem  TSFILTxx.ARC.  (Any other solutions are solicited!)
  27. rem
  28. rem  This batch has been tested on an Osborne 06AT with a 40Mb harddisk.
  29. rem
  30. rem  If you put this batch in your path you get to Procomm Plus, and
  31. rem  back to your default directory, from anywhere by entering PCAT.
  32.  
  33. echo *************************************************************
  34. echo * Boot AT keyboard driver and PCPLUS by Timo Salmi 3-Mar-89 *
  35. echo *************************************************************
  36. echo .
  37.  
  38. echo on
  39. c:\tools\mark
  40. c:\tools\pushdir
  41. c:\tools\7h
  42. c:
  43. cd \telec\pcplus
  44. pcplus %1 %2 %3
  45. c:\tools\popdir
  46. c:\tools\release
  47.  
  48. echo off
  49. echo ********************************
  50. echo * Bye from Timo Salmi PCAT.BAT *
  51. echo ********************************
  52. echo on
  53.